func runtime.mallocgcSmallScanHeader

2 uses

	runtime (current package)
		malloc.go#L1060: 			x, elemsize = mallocgcSmallScanHeader(size, typ, needzero)
		malloc.go#L1431: func mallocgcSmallScanHeader(size uintptr, typ *_type, needzero bool) (unsafe.Pointer, uintptr) {